summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier <contact@amb.tf>2022-12-26 05:26:31 +0100
committerGitHub <noreply@github.com>2022-12-26 05:26:31 +0100
commitdce2649dafb3988304e461fec5e20730b6a34ea2 (patch)
tree3b127bf0f1e519207d215ba1bd56b40139281d4a
parentMerge pull request #9489 from MonsterDruide1/tas-stick-deadzone (diff)
downloadyuzu-dce2649dafb3988304e461fec5e20730b6a34ea2.tar
yuzu-dce2649dafb3988304e461fec5e20730b6a34ea2.tar.gz
yuzu-dce2649dafb3988304e461fec5e20730b6a34ea2.tar.bz2
yuzu-dce2649dafb3988304e461fec5e20730b6a34ea2.tar.lz
yuzu-dce2649dafb3988304e461fec5e20730b6a34ea2.tar.xz
yuzu-dce2649dafb3988304e461fec5e20730b6a34ea2.tar.zst
yuzu-dce2649dafb3988304e461fec5e20730b6a34ea2.zip
-rw-r--r--src/tests/common/scratch_buffer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/common/scratch_buffer.cpp b/src/tests/common/scratch_buffer.cpp
index b602c8d0a..f6e50da4a 100644
--- a/src/tests/common/scratch_buffer.cpp
+++ b/src/tests/common/scratch_buffer.cpp
@@ -3,6 +3,7 @@
#include <algorithm>
#include <array>
+#include <cstring>
#include <span>
#include <catch2/catch.hpp>
#include "common/common_types.h"